TwclGattServerClient.Characteristics[Integer] Property

Gets the subscribed characteristic by its index.

Namespace: wclBluetooth
public
 property Characteristics[const Index: Integer]: TwclGattLocalCharacteristic
 read GetCharacteristics; default;

Parameters

Index
Type: Integer

The characteristic's index. The Index parameter must be in range between 0 and Count - 1. If the Index is out of range the wclErrors.wclEInvalidArgument exception raises.